PSA Object Model Diagrams

UtilizationAnalyticsService

global with sharing class UtilizationAnalyticsService

this service provides the functionality relating to utilization analytics.

Methods

runUtilization

global static UtilizationAnalyticsService.RunUtilizationResponse runUtilization()

Enqueues the Utilization Analytics Apex jobs to asynchronously process objects required, such as Timecards and Assignments.

Return Value

The result of the operation.

Sample Code

//Note: This sample code is for demonstration purposes only. It is not intended for
//use in a production environment, is not guaranteed against defects or errors, and
//is in no way optimized or streamlined.

You need to provide some sample code

UtilizationAnalyticsService.RunUtilizationResponse

global inherited sharing class RunUtilizationResponse

the response structure from creating a utilization run.

Properties

Name Type Description
errors List<String> a list of the errors encountered by the utilization analytics service call.

Methods

RunUtilizationResponse

global RunUtilizationResponse()

A constructor that creates a new RunUtilizationResponse instance.

© Copyright 2009–2021 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.